home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Misc / FLM / otherfiles / deutsch / ARexx / ww_take.rexx < prev   
OS/2 REXX Batch file  |  2000-01-01  |  382b  |  15 lines

  1. /* Dieser Script holt sich die Übersetzung von FLM und schickt Sie
  2.    an Wordworth, welches dieses Wort an die aktuelle Cursor-Position
  3.    schreibt */
  4.  
  5. Options RESULTS
  6.  
  7. Address FLM TAKEWORD
  8.  
  9. If Symbol('RESULT')='LIT' Then Exit /* Testet, ob auch wirklich ein Wort
  10. zurückgegeben wurde.*/
  11.  
  12. TEXT RESULT /* schickt zurückgegebenes Wort an die aktuelle Cursor-Position
  13. von Wordworth */
  14.  
  15.